home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 1_0-2 / D2R_FOLD / D2R_GLOB.C < prev    next >
C/C++ Source or Header  |  1986-10-30  |  319b  |  21 lines

  1. #include "D2R defines.h"
  2.  
  3. /*
  4.     G L O B A L S
  5. */
  6.  
  7. MenuHandle        mymenu[NUM_MENUS+1];
  8. DialogPtr        GetInfoDlog;
  9. char            tempstr[256];
  10. Handle            textH,
  11.                 RezH;
  12. long            datetime;
  13. Cursor            watch;
  14. CursHandle        watch_hand;
  15. long            count;
  16. Str255            RezName;
  17. long            RezType = 'DATA';
  18. int                RezID = 0,
  19.                 RezAttrs,
  20.                 infoSet = FALSE;
  21.